func math/rand/v2.IntN

3 uses

	math/rand/v2 (current package)
		rand.go#L313: func IntN(n int) int { return globalRand.IntN(n) }

	google.golang.org/grpc/balancer/endpointsharding
		endpointsharding.go#L40: var randIntN = rand.IntN

	google.golang.org/grpc/internal/resolver/dns
		dns_resolver.go#L431: 	return rand.IntN(100)+1 <= *a